home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 33 / PCGamer33_OddworldAbesExoddus_CD2.iso / Desafios / Driver Editor / DriverMission.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1999-11-12  |  3KB  |  117 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 963
  3.   Top = 202
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About ...'
  7.   ClientHeight = 163
  8.   ClientWidth = 275
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnlAboutClient: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 275
  23.     Height = 163
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     TabOrder = 0
  27.     object lblAbout: TLabel
  28.       Left = 25
  29.       Top = 6
  30.       Width = 224
  31.       Height = 20
  32.       Caption = 'Driver Missions configurator'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clBlue
  35.       Font.Height = -16
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object lblYear: TLabel
  41.       Left = 9
  42.       Top = 30
  43.       Width = 256
  44.       Height = 13
  45.       Alignment = taCenter
  46.       AutoSize = False
  47.       Caption = 'Version 3.06'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clNavy
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object lblEmail: TLabel
  56.       Left = 78
  57.       Top = 112
  58.       Width = 119
  59.       Height = 13
  60.       Cursor = crHandPoint
  61.       Alignment = taCenter
  62.       Caption = 'karlr30@hotmail.com'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clRed
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsBold]
  68.       ParentFont = False
  69.     end
  70.     object lblInfo: TLabel
  71.       Left = 8
  72.       Top = 69
  73.       Width = 265
  74.       Height = 13
  75.       Alignment = taCenter
  76.       AutoSize = False
  77.       Caption = 'For more info or suggestions :'
  78.     end
  79.     object lblPageWeb: TLabel
  80.       Left = 14
  81.       Top = 89
  82.       Width = 247
  83.       Height = 20
  84.       Cursor = crHandPoint
  85.       Alignment = taCenter
  86.       Caption = 'http://pages.infinit.net/accessk'
  87.       Color = clBtnFace
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clRed
  90.       Font.Height = -16
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentColor = False
  94.       ParentFont = False
  95.       OnClick = lblPageWebClick
  96.     end
  97.     object lblAuthor: TLabel
  98.       Left = 8
  99.       Top = 51
  100.       Width = 265
  101.       Height = 13
  102.       Alignment = taCenter
  103.       AutoSize = False
  104.       Caption = 'Written by Karl Roussel'
  105.     end
  106.     object btnOK: TButton
  107.       Left = 110
  108.       Top = 133
  109.       Width = 54
  110.       Height = 20
  111.       Caption = 'OK'
  112.       ModalResult = 1
  113.       TabOrder = 0
  114.     end
  115.   end
  116. end
  117.